/* @font-face{
	font-family:"douyv";
	src: url("../css/fonts/douyuFont-2.otf") format("opentype");
} */
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
/* body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #214279;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #eeeeee;
} */
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
:root {
  --font-family: Source Han Sans CN;
}
.hamburger {
  display: none;
}
.x-center {
  width: 1140px;
}
.center {
  width: 1400px;
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #ffffff;
  width: 100%;
  transition: 0.3s;
}
.header-box.active{
  box-shadow: 0px 3px 10px 0px rgba(0,0,0, 0.1);
}
.header-box .ct .logo img{
  width: 301px;
}
.header-box .ct{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}
.header-box .ct .right{
  display: flex;
  align-items: center;
  height: 100%;
}
.header-box .ct .nav{
  display: flex;
  align-items: center;
  height: 100%;
}
.header-box .ct .nav li{
  height: 100%;
  position: relative;
}
.header-box .ct .nav li:not(:first-of-type){
  margin-left: 45px;
}
.header-box .ct .nav li>a{
  display: flex;
  align-items: center;
  height: 100%;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  position: relative;
}
.header-box .ct .nav li>a::after{
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background-color: #A51F1F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 31px;
  transition: 0.3s;
}
.header-box .ct .nav li>a:hover:after{
  width: 100%;
}
.header-box .ct .nav li.active>a:after{
  width: 100%;
}
.header-box .ct .nav li .two{
  position: absolute;
  left: 50%;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
  opacity: 0;
  top: 100%;
  background-color: #ffffff;
  width: 160px;
  border-radius: 0 0 6px 6px;
  border-top: 2px solid #A51F1F;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}
.header-box .ct .nav li:hover>.two{
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.header-box .ct .nav li .two a{
  display: block;
  width: calc(100% - 20px);
  padding: 8px 10px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  transition: 0.3s;
}
.header-box .ct .nav li .two a:hover{
  background-color: #A51F1F;
  color: #ffffff;
}
.header-box .ct .phone{
  display: flex;
  align-items: center;
  margin-left: 70px;
}
.header-box .ct .phone p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  margin-left: 10px;
}
.mySwiper{
  width: 100%;
  height: 100vh;
  height: calc(100vh - 120px);
  margin-top: 120px;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 6s linear;
}
.mySwiper .swiper-slide-active .bg{
  transform: scale(1.08);
}
.mySwiper .swiper-pagination{
  width: max-content;
  bottom: 6%;
  left: 7%;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet{
  width: 120px;
  height: 1px;
  background: rgba(255,255,255, 0.3);
  opacity: 1;
  border-radius: 0;
  position: relative;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet::after{
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: left 6s linear;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active::before{
  width: 100%;
  transition: 6s linear;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active::after{
  left: calc(100% - 5px);
  opacity: 1;
}
.mySwiper .btn{
  display: flex;
  width: max-content;
  position: absolute;
  right: 7%;
  bottom: 6%;
  z-index: 9;
}
.mySwiper .btn .pb{
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.mySwiper .btn .pb:hover{
  background: #A51F1F;
}
.mySwiper .btn .pb i{
  font-size: 18px;
  color: #ffffff;
}
.mySwiper .btn .pb:last-of-type{
  margin-left: 15px;
}
.i1-box{
  width: 100%;
}
.i1-box .top{
  background: url('../images/i1-1.png') no-repeat center / cover;
  overflow: hidden;
}
.i1-box .top .ct{
  margin: 0 auto;
  padding: 59px 0 46px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i1-box .top .btn{
  display: flex;
}
.i1-box .top .btn a{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  line-height: 1;
  border-radius: 18px;
  border: 1px solid #AAAAAA;
  padding: 9px 17px;
  transition: 0.3s;
}
.i1-box .top .btn a:hover{
  background-color: #A51F1F;
  border-color: #A51F1F;
  color: #ffffff;
}
.i1-box .top .btn a:not(:first-of-type){
  margin-left: 10px;
}
.i-title h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 1;
}
.i-title .jj{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.i-title .jj .line{
  width: 33px;
  height: 2px;
  background: #A51F1F;
}
.i-title .jj p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-left: 10px;
  line-height: 1;
}
.i-title.active h3,
.i-title.active .jj p{
  color: #ffffff;
}
.i-title.active .jj .line{
  background-color: #ffffff;
}
.i1-box .zjck{
  display: flex;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.i1-box .zjck .left{
  width: 50%;
  height: 100%;
}
.i1-box .zjck .left .zj-swiper{
  width: 100%;
  height: 100%;
}
.i1-box .zjck .left .zj-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1-box .zjck .left .zj-swiper .swiper-pagination{
  position: unset;
  display: flex;
  align-items: center;
  margin: 0 7px;
}
.i1-box .zjck .left .zj-swiper .swiper-pagination-bullet{
  margin: 0 7px;
  opacity: 1;
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  transition: 0.3s;
}
.i1-box .zjck .left .zj-swiper .swiper-pagination-bullet-active{
  width: 12px;
  height: 12px;
}
.i1-box .zjck .left .zj-swiper .db{
  width: calc(100% - 40px);
  padding-right: 40px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(to right, rgba(165,31,31,0), rgba(165,31,31,1));
}
.i1-box .zjck .left .zj-swiper .db .pb img{
  cursor: pointer;
  height: 18px;
}
.i1-box .zjck .right{
  width: 50%;
  height: 100%;
  background: url('../images/i1-2.jpg') no-repeat center / cover;
  display: flex;
  align-items: center;
}
.i1-box .zjck .right .txt{
  width: calc(76% - 90px);
  padding-left: 90px;
}
.i1-box .zjck .right .txt .wz{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin: 70px 0 60px 0;
}
.i1-box .zjck .right .txt a{
  width: 170px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  transition: 0.3s;
}
.i1-box .zjck .right .txt a:hover{
  background-color: #A51F1F;
  border-color: #A51F1F;
  color: #ffffff;
}
.i1-box .bottom{
  width: 100%;
  background: url('../images/i1-3.png') no-repeat center / cover;
}
.i1-box .bottom .numContent{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 65px 0 90px 0;
}
.i1-box .bottom .numContent .item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i1-box .bottom .numContent .item .brund{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(16,80,132, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-box .bottom .numContent .item .mrund{
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid #105084;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-box .bottom .numContent .item .mrund img{
  max-width: 60%;
}
.i1-box .bottom .numContent .item .numct{
  display: flex;
  align-items: flex-end;
  margin: 20px 0 25px 0;
}
.i1-box .bottom .numContent .item .numct .num{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 48px;
  color: #105084;
  line-height: 1;
}
.i1-box .bottom .numContent .item .numct span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  margin-left: 9px;
}
.i1-box .bottom .numContent .item p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.i2-box{
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.i23-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i23-top .btn{
  display: flex;
  max-width: 75%;
  overflow-x: auto;
  padding-bottom: 5px;
}
.i23-top .btn::-webkit-scrollbar{
  width: 5px;
  height: 10px;
}
.i23-top .btn::-webkit-scrollbar-thumb{
  background: #A8A8A8;
}
.i23-top .btn::-webkit-scrollbar-track {
  background: #DCDCDC;
}
.i23-top .btn a{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  line-height: 1;
  border-radius: 18px;
  border: 1px solid #AAAAAA;
  padding: 9px 17px;
  flex-shrink: 0;
  transition: 0.3s;
}
.i23-top .btn a:hover{
  background-color: #A51F1F;
  border-color: #A51F1F;
  color: #ffffff;
}
.i23-top .btn a:not(:first-of-type) {
  margin-left: 10px;
}
.i2Ct{
  margin: 0 auto;
  padding: 79px 0 100px 0;
}
.i2Ct .box{
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.i2Ct .box .left{
  width: 680px;
  height: 460px;
}
.i2Ct .box .left .news-swiper{
  width: 100%;
  height: 100%;
  padding-bottom: 36px;
}
.i2Ct .box .left .news-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i2Ct .box .left .news-swiper .txt{
  width: calc(100% - 120px - 36px);
  padding: 12px 18px 15px 18px;
  background-color: #A51F1F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  z-index: 9;
}
.i2Ct .box .left .news-swiper .txt h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 24px;
  line-height: 24px;
}
.i2Ct .box .left .news-swiper .txt .time{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 15px;
}
.i2Ct .box .left .news-swiper .swiper-pagination{
  width: max-content;
  display: flex;
  align-items: center;
  left: unset;
  right: 90px;
  bottom: 20px;
}
.i2Ct .box .left .news-swiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  opacity: 1;
  margin: 0 5px;
}
.i2Ct .box .left .news-swiper .swiper-pagination-bullet-active{
  background-color: #ffffff;
}
.i2Ct .box .right{
  width: calc(100% - 680px - 60px);
}
.i2Ct .box .right .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 50px);
  padding: 15px 25px;
  border-top: 1px solid #F5F5F5;
  transition: 0.3s;
}
.i2Ct .box .right .row:first-of-type{
  border-top: none;
  padding-top: 0;
}
.i2Ct .box .right .row:last-of-type{
  padding-bottom: 0;
}
.i2Ct .box .right .row .time{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i2Ct .box .right .row .time h3{
  font-family: Source Han Sans CN;;
  font-weight: 400;
  font-size: 44px;
  color: #888888;
  line-height: 1;
  transition: 0.3s;
}
.i2Ct .box .right .row .time h6{
  font-family: Source Han Sans CN;;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 1;
  margin-top: 8px;
  transition: 0.3s;
}
.i2Ct .box .right .row .rt{
  width: calc(100% - 60px - 35px);
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.i2Ct .box .right .row:hover>.time h3,
.i2Ct .box .right .row:hover>.time h6,
.i2Ct .box .right .row:hover>.rt{
  color: #105084;
}
.i2Ct .box .right .row:hover{
  transform: translateX(-10px);
}
.i3-box{
  width: 100%;
  background-color: #F8F8F8;
  overflow: hidden;
}
.i3Ct{
  margin: 0 auto;
  padding: 60px 0 100px 0;
}
.i3Ct .more{
  width: 170px;
  height: 36px;
  background: #A51F1F;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.zysz-list{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.zysz-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}
.zysz-list li:nth-of-type(3n){
  margin-right: 0;
}
.zysz-list li a{
  display: block;
  width: 100%;
}
.zysz-list li a .zs{
  width: 100%;
  height: 299px;
  object-fit: cover;
}
.zysz-list li a .txt{
  width: calc(100% - 13px - 36px);
  padding: 15px 36px 15px 13px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.zysz-list li a .txt::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #A51F1F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
.zysz-list li a:hover>.txt::before{
  width: 100%;
}
.zysz-list li a:hover>.txt .left h4,
.zysz-list li a:hover>.txt .left p{
  color: #ffffff;
}
.zysz-list li a .txt .left{
  max-width: calc(100% - 50px);
}
.zysz-list li a .txt .left h4{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.zysz-list li a .txt .left p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-top: 7px;
  transition: 0.3s;
}
.zysz-list li a .txt img{
  cursor: pointer;
}
.i4-box{
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.i4Ct{
  margin: 0 auto;
  padding: 134px 0 95px 0;
}
.i4Ct .box{
  margin-top: 46px;
}
.i4Ct .box .sz-swiper{
  width: 100%;
}
.i4Ct .box .sz-swiper a{
  display: block;
  width: 100%;
  height: 510px;
  background-color: #F8F8F8;
}
.i4Ct .box .sz-swiper a img{
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.i4Ct .box .sz-swiper a .txt{
  width: calc(100% - 50px);
  padding: 10px 25px 0 25px;
}
.i4Ct .box .sz-swiper a .txt .name{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  text-align: center;
  transition: 0.3s;
}
.i4Ct .box .sz-swiper a:hover>.txt .name{
  color: #A51F1F;
}
.i4Ct .box .sz-swiper a .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-top: 4px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i4Ct .box .sz-swiper a .txt .line{
  width: 20px;
  height: 2px;
  background: #A51F1F;
  margin: 12px auto;
}
.i4Ct .box .sz-swiper a .txt .js{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i4Ct .box .bottom{
  margin-top: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i4Ct .box .bottom .pb{
  width: 50px;
  height: 50px;
  background: #DCDCDC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.i4Ct .box .bottom .pb i{
  font-size: 18px;
  color: #ffffff;
}
.i4Ct .box .bottom .pb:hover{
  background-color: #A51F1F;
}
.i4Ct .box .bottom a{
  width: 170px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #AAAAAA;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0 190px;
}
.i4Ct .box .bottom a:hover{
  background-color: #A51F1F;
  border-color: #A51F1F;
  color: #ffffff;
}
.i5-box{
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 70px;
}
.i5-box .i5-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i5-box .i5-title h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 1;
}
.i5-box .i5-title .line{
  width: 33px;
  height: 2px;
  background: #A51F1F;
  margin: 20px 0;
}
.i5-box .i5-title p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.i5-box .box{
  display: flex;
  margin-top: 50px;
  height: 700px;
}
.i5-box .box .item.active{
  width: 48%;
}
.i5-box .box .item{
  width: calc((100% - 48%) / 4);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
}
.i5-box .box .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i5-box .box .item .mr{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  opacity: 1;
  transition: 1s;
}
.i5-box .box .item .rund{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i5-box .box .item .rund i{
  font-size: 18px;
  color: #ffffff;
}
.i5-box .box .item .mr p{
  margin-top: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
.i5-box .box .item.active .mr{
  opacity: 0;
  left: -100%;
  transform: unset;
}
.i5-box .box .item .zk{
  position: absolute;
  top: -100%;
  left: 140px;
  z-index: 1;
  display: flex;
  opacity: 0;
  transition: 1s;
}
.i5-box .box .item .zk p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  margin-right: 43px;
}
.i5-box .box .item .zk .rund{
  background-color: #A51F1F;
  border-color: #A51F1F;
}
.i5-box .box .item.active .zk{
  top: 204px;
  opacity: 1;
}
.i6-box{
  width: 100%;
  background: url('../images/i6-1.png') no-repeat center / cover;
}
.i6-box .ct{
  margin: 0 auto;
  padding: 40px 0 64px 0;
}
.i6-box .ct h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  text-align: center;
}
.i6-box .ct form{
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.i6-box .ct form select,
.i6-box .ct .layui-form-select,
.i6-box .ct form input{
  width: calc((100% - 120px - 60px) / 4);
  border: none;
  outline: none;
  height: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-indent: 20px;
}
.i6-box .ct .layui-form-select input{
  width: 100%;
  padding-left: 0;
}
.i6-box .ct .layui-form-select dl{
  top: 52px;
}
.i6-box .ct .layui-form-select dl dd.layui-this{
  color: #105084;
}
.i6-box .ct form input::placeholder{
  color: #CCCCCC;
}
.i6-box .ct form button{
  width: 120px;
  height: 50px;
  background: #105084;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}
.banner{
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 120px;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .byj{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.banner .ct{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banner .ct .title h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
  text-align: right;
}
.banner .ct .title p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
}
.banner .ct .nav{
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.banner .ct .nav i{
  font-size: 16px;
  color: #ffffff;
  margin-right: 13px;
}
.banner .ct .nav a,
.banner .ct .nav span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
}
.banner .ct .nav span{
  margin: 0 9px;
}
.min-nav{
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
.min-nav .ct{
  margin: 0 auto;
  display: flex;
  height: 69px;
  overflow-x: auto;
}
.min-nav .ct::-webkit-scrollbar{
  width: 5px;
  height: 10px;
}
.min-nav .ct::-webkit-scrollbar-thumb{
  background: #A8A8A8;
}
.min-nav .ct::-webkit-scrollbar-track {
  background: #DCDCDC;
}
.min-nav .ct a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 38px;
  transition: 0.3s;
  flex-shrink: 0;
}
.min-nav .ct a:hover{
  background-color: #A51F1F;
  color: #ffffff;
}
.min-nav .ct a.active{
  background-color: #A51F1F;
  color: #ffffff;
}
.a1-box{
  width: 100%;
}
.a1Ct{
  margin: 0 auto;
  padding: 100px 0 130px 0;
}
.a1Ct .top{
  display: flex;
  justify-content: space-between;
}
.a1Ct .top .left{
  width: calc(100% - 700px - 45px);
}
.a1Ct .top .left .txt{
  margin-top: 30px;
}
.a1Ct .top .left .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.a1Ct .top .left .txt p:not(:first-of-type){
  margin-top: 30px;
}
.a1Ct .top .right{
  width: 700px;
}
.a1Ct .top .right img{
  width: 100%;
}
.a1Ct .bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.a1Ct .bottom .left{
  width: 700px;
  height: 400px;
}
.a1Ct .bottom .left .a-swiper{
  width: 100%;
  height: 100%;
}
.a1Ct .bottom .left .a-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a1Ct .bottom .left .a-swiper .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(0,0,0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 9;
  cursor: pointer;
}
.a1Ct .bottom .left .a-swiper .pb:hover{
  background-color: #A51F1F;
}
.a1Ct .bottom .left .a-swiper .pb i{
  font-size: 20px;
  color: #ffffff;
}
.a1Ct .bottom .left .a-swiper .prev{
  left: 32px;
}
.a1Ct .bottom .left .a-swiper .next{
  right: 32px;
}
.a1Ct .bottom .right{
  width: calc(100% - 700px - 45px);
}
.a1Ct .bottom .right p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.a1Ct .bottom .right p:not(:first-of-type){
  margin-top: 30px;
}
.cam-box{
  width: 100%;
}
.camCt{
  margin: 0 auto;
  padding: 74px 0 117px 0;
}
.pb-title.active h3{
  text-align: left;
}
.pb-title.active p{
  margin: 29px 0 0 0;
}
.pb-title h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 1;
  text-align: center;
}
.pb-title p{
  width: 40px;
  height: 5px;
  background: #A51F1F;
  margin: 29px auto 0;
}
.cam-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.cam-list li{
  width: calc((100% - 78px) / 4);
  height: 241px;
  margin-right: 26px;
  margin-bottom: 29px;
}
.cam-list li:nth-of-type(4n){
  margin-right: 0;
}
.cam-list li a{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.cam-list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cam-list li a:hover>img{
  transform: scale(1.05);
}
.cam-list li a p{
  width: calc(100% - 20px);
  padding: 9px 10px;
  background-color: rgba(0,0,0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.news-box{
  width: 100%;
}
.newsCt{
  margin: 0 auto;
  padding: 74px 0 117px 0;
}
.news-list{
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
}
.news-list li{
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  transition: 0.3s;
}
.news-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
}
.news-list li:first-of-type a{
  padding-top: 0;
}
.news-list li a .left{
  width: calc(100% - 60px - 260px);
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
}
.news-list li:hover a>.left{
  transform: translateX(50px);
}
.news-list li:hover{
  border-bottom-color: #A51F1F;
}
.news-list li:hover a>.ztime h3,
.news-list li:hover a>.ztime h6{
  color: #A51F1F;
}
.news-list li a .left img{
  width: 210px;
  height: 140px;
  object-fit: cover;
}
.news-list li a .left .txt{
  width: calc(100% - 210px - 40px);
  margin-left: 40px;
}
.news-list li a .left .txt h3{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 36px;
  height: 36px;
}
.news-list li a .left .txt h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0 35px 0;
}
.news-list li a .left .txt .time{
  display: flex;
  align-items: center;
}
.news-list li a .left .txt .time i{
  font-size: 16px;
  color: #D2D2D2;
}
.news-list li a .left .txt .time p{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  margin-left: 8px;
}
.news-list li a .ztime{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-list li a .ztime h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 44px;
  color: #888888;
  transition: 0.3s;
}
.news-list li a .ztime h6{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.nd-box{
  width: 100%;
}
.nd-box .top{
  background-color: #F8F8F8;
}
.nd-box .top .tct{
  margin: 0 auto;
  padding: 53px 0 35px 0;
}
.nd-box .top .tct h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.nd-box .top .tct .js{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.nd-box .top .tct .js p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.nd-box .top .tct .js p:not(:first-of-type){
  margin-left: 30px;
}
.ndCt{
  margin: 0 auto;
  padding: 40px 0 120px 0;
  display: flex;
  justify-content: space-between;
}
.ndCt .left{
  width: calc(100% - 350px - 50px);
}
.ndCt .left .content p,
.ndCt .left .content span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px !important;
  color: #222222 !important;
  line-height: 20px;
}
.ndCt .left .content p:not(:first-of-type){
  margin-top: 15px;
}
.ndCt .left .content img{
  max-width: 100%;
  margin-top: 25px;
}
.ndCt .left .content table{
  border-collapse: collapse;
  max-width: 100%;
  border: 1px solid #333333;
  margin-top: 15px;
}
.ndCt .left .content table td{
  padding: 5px;
}
.ndCt .left .content table td:not(:last-of-type){
  border-right: 1px solid #333333;
}
.ndCt .left .content table tr:not(:first-of-type){
  border-top: 1px solid #333333;
}
.ndCt .left .content tabel{}
.ndCt .left .qh{
  margin-top: 60px;
  border-top: 1px solid #E5E5E5;
  padding-top: 25px;
}
.ndCt .left .qh a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  display: block;
}
.ndCt .left .qh a span{
  color: #222222;
  transition: 0.3s;
}
.ndCt .left .qh a:hover>span{
  color: #A51F1F;
}
.ndCt .right{
  width: calc(350px - 28px);
  border: 1px solid #EEEEEE;
  padding: 14px 14px 32px 14px;
  height: max-content;
}
.ndCt .right .title{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}
.ndCt .right .title h3{
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  border-bottom: 3px solid #C7AA6A;
  padding-bottom: 7px;
}
.ndCt .right .title a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.ndCt .right .title a:hover{
  color: #A51F1F;
}
.ndCt .right .rq{
  margin-top: 19px;
}
.ndCt .right .rq a{
  display: flex;
  align-items: center;
}
.ndCt .right .rq a:hover>p{
  text-decoration: underline;
}
.ndCt .right .rq a:not(:first-of-type){
  margin-top: 15px;
}
.ndCt .right .rq a .sz{
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D2D2D2;
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.ndCt .right .rq p{
  width: calc(100% - 15px - 10px);
  margin-left: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 22px;
  height: 22px;
}
.ndCt .right .rq a:nth-of-type(1) .sz{
  background-color: #FA4040;
  color: #ffffff;
}
.ndCt .right .rq a:nth-of-type(2) .sz{
  background-color: #FAA940;
  color: #ffffff;
}
.ndCt .right .rq a:nth-of-type(3) .sz{
  background-color: #40ADFA;
  color: #ffffff;
}
.pro-box{
  width: 100%;
}
.proCt{
  margin: 0 auto;
  padding: 0 0 115px 0;
}
.prod-box{
  width: 100%;
}
.prod-box .top{
  background-color: #F8F8F8;
}
.prod-box .top .tct{
  margin: 0 auto;
  padding: 45px 0 35px 0;
}
.prod-box .top .tct h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  text-align: center;
}
.prod-box .top .tct .js{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.prod-box .top .tct .js p:not(:first-of-type){
  margin-left: 30px;
}
.prod-box .top .tct .js p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.prodCt{
  padding: 40px 0 85px 0;
  margin: 0 auto;
}
.prodCt .content p,
.prodCt .content span{
  font-family: Source Han Sans CN;
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  color: #222222;
  line-height: 26px;
}
.prodCt .content h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px !important;
  color: #222222 !important;
  margin-top: 30px;
}
.prodCt .content img{
  max-width: 100%;
  margin: 30px auto 0;
}
.prodCt .qh{
  margin-top: 110px;
  border-top: 1px solid #E5E5E5;
  padding-top: 30px;
}
.prodCt .qh a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  display: block;
}
.prodCt .qh a span{
  color: #222222;
}
.coo-box{
  width: 100%;
}
.cooCt{
  margin: 0 auto;
  padding: 74px 0 100px 0;
}
.cooCt .btn{
    width: 170px;
    height: 36px;
    border-radius: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A51F1F;
    margin: 60px auto 0;
}
.cooCt .content{
  margin-top: 50px;
}
.cooCt .content p,
.cooCt .content span{
  font-family: Source Han Sans CN !important;
  /*font-weight: 400;*/
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.cooCt .content p:not(:first-of-type){
  margin-top: 25px;
}
.cooCt .content img{
  max-width: 100%;
  margin: 30px auto 0;
}
.coo2-box{
  width: 100%;
}
.coo2Ct{
  margin: 0 auto;
  padding: 74px 0 100px 0;
}
.coo2Ct .content{
  margin-top: 45px;
}
.coo2Ct .content h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.coo2Ct .content .rq{
  display: flex;
  justify-content: space-between;
  height: 440px;
  width: 100%;
  margin-top: 50px;
}
.coo2Ct .content .rq .left{
  width: 680px;
  height: 100%;
  overflow: hidden;
}
.coo2Ct .content .rq .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.coo2Ct .content .rq .left:hover img{
  transform: scale(1.05);
}
.coo2Ct .content .rq .right{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 680px - 20px);
  height: 100%;
}
.coo2Ct .content .rq .right .item{
  width: calc((100% - 20px) / 2);
  height: calc((100% - 20px) / 2);
  margin-right: 20px;
  overflow: hidden;
}
.coo2Ct .content .rq .right .item:nth-of-type(2n){
  margin-right: 0;
}
.coo2Ct .content .rq .right .item:nth-of-type(1),
.coo2Ct .content .rq .right .item:nth-of-type(2){
  margin-bottom: 20px;
}
.coo2Ct .content .rq .right .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.coo2Ct .content .rq .right .item:hover img{
  transform: scale(1.05);
}
.teacher-box{
  width: 100%;
}
.teacherCt{
  margin: 0 auto;
  padding: 54px 0 135px 0;
}
.teacher-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.teacher-list li{
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.teacher-list li:hover{
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.teacher-list li:nth-of-type(4n){
  margin-right: 0;
}
.teacher-list li a{
  display: block;
  width: 100%;
  height: 510px;
  background-color: #F8F8F8;
}
.teacher-list li a img{
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.teacher-list li a .txt{
  width: calc(100% - 50px);
  padding: 10px 25px 0 25px;
}
.teacher-list li a .txt .name{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  text-align: center;
  transition: 0.3s;
}
.teacher-list li a:hover>.txt .name{
  color: #A51F1F;
}
.teacher-list li a .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin-top: 4px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.teacher-list li a .txt .line{
  width: 20px;
  height: 2px;
  background: #A51F1F;
  margin: 12px auto;
}
.teacher-list li a .txt .js{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.teacherd-box{
  width: 100%;
}
.teacherdCt{
  margin: 0 auto;
  padding: 70px 0 100px 0;
  width: 950px;
}
.teacherdCt .js{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teacherdCt .js img{
  max-width: 300px;
}
.teacherdCt .js h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin: 22px 0 24px 0;
}
.teacherdCt .js p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.teacherdCt .js h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-top: 21px;
}
.teacherdCt .tdnav{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 42px;
}
.teacherdCt .tdnav a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 90px;
  height: 35px;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.teacherdCt .tdnav a:hover,
.teacherdCt .tdnav a.active{
  background-color: #A51F1F;
  color: #ffffff;
}
.teacherdCt .tdnav a:not(:first-of-type){
  border-left: 1px solid #ffffff;
}
.teacherdCt .content{
  margin-top: 42px;
}
.teacherdCt .content .rq:not(:first-of-type){
  display: none;
}
.teacherdCt .content .rq p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
}
.el-box{
  width: 100%;
}
.elCt{
  margin: 0 auto;
  padding: 70px 0 100px 0;
}
.elCt .content{
  margin-top: 50px;
}
.elCt .content p,
.elCt .content span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.elCt .content img{
  max-width: 100%;
  margin: 30px auto 0;
}
.con-box{
  width: 100%;
}
.conCt{
  margin: 0 auto;
  padding: 84px 0 120px 0;
}
.conCt .container{
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.conCt .container .left{
  width: calc(100% - 840px - 50px);
}
.conCt .container .left .txt{
  margin: 40px 0 46px 0;
}
.conCt .container .left .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.conCt .container .left .iconb{
  display: flex;
}
.conCt .container .left .iconb .icon{
  width: 122px;
  margin-right: 28px;
}
.conCt .container .left .iconb .icon:last-of-type{
  margin-right: 0;
}
.conCt .container .left .iconb .icon img{
  width: 100%;
}
.conCt .container .left .iconb .icon p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  text-align: center;
  margin-top: 5px;
}
.conCt .container .mapbox{
  width: 840px;
  height: 420px;
}
#map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
.page {
  width: 100%;
  margin-top: 30px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 37px;
  height: 37px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
}
.page .el-pagination .btn-next {
  width: 37px;
  height: 37px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
}
.page .el-pager li {
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #ffffff;
  border: 1px solid #D2D2D2 !important;
  margin-right: 5px;
  padding: 0px;
  border-radius: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.page .el-pager li.active {
  background-color: #A51F1F;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #A51F1F;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #A51F1F;
}
.f-box{
  width: 100%;
  background: url('../images/f1.png') no-repeat center / cover;
}
.f-box .ct{
  margin: 0 auto;
  padding: 50px 0 95px 0;
}
.f-box .ct .bottom .flogo img{
  width: 170px;
}
.f-box .ct .top{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.f-box .ct .top p,
.f-box .ct .top a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.f-box .ct .top p{
  margin: 0 10px;
}
.f-box .ct .top p:first-of-type{
  margin-left: 0;
}
.f-box .ct .bigline{
  margin: 43px 0 60px 0;
  width: 100%;
  height: 1px;
  background: #DCDCDC;
}
.f-box .ct .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-box .ct .bottom .line{
  width: 1px;
  height: 185px;
  background: #FFFFFF;
  opacity: 0.2;
}
.f-box .ct .bottom .lx h3{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}
.f-box .ct .bottom .lx .lxline{
  width: 21px;
  height: 2px;
  background: #0088CE;
  margin: 14px 0 17px 0;
}
.f-box .ct .bottom .lx .rq .row{
  display: flex;
  align-items: center;
}
.f-box .ct .bottom .lx .rq .row .rund{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-box .ct .bottom .lx .rq .row .rund i{
  font-size: 12px;
  color: #ffffff;
}
.f-box .ct .bottom .lx .rq .row p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin-left: 10px;
}
.f-box .ct .bottom .qrbox{
  display: flex;
}
.f-box .ct .bottom .qrbox .qr{
  width: 122px;
}
.f-box .ct .bottom .qrbox .qr img{
  width: 100%;
}
.f-box .ct .bottom .qrbox .qr p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  max-width: 100%;
  margin-top: 10px;
}
.f-box .ct .bottom .qrbox .qr:not(:first-of-type){
  margin-left: 28px;
}
.f-box .link{
  width: 100%;
  background-color: #0C4471;
}
.f-box .lct{
  margin: 0 auto;
  padding: 30px 0 25px 0;
  display: flex;
  justify-content: center;
}
.f-box .lct a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
@media only screen and (max-width:1760px) {
  .header-box .ct .nav li:not(:first-of-type){
    margin-left: 20px;
  }
  .header-box .ct .phone{
    margin-left: 40px;
  }
}
@media only screen and (max-width:1560px) {
  .center{
    width: 1100px;
  }
  .header-box .ct{
    width: calc(100% - 80px);
  }
  .header-box .ct .right .phone{
    position: absolute;
    right: 0;
    top: 10px;
    margin-left: 0;
  }
  .i-title h3{
    font-size: 28px;
  }
  .i1-box .zjck .right .txt{
    width: calc(86% - 70px);
    padding-left: 70px;
  }
  .i1-box .zjck .right .txt .wz{
    margin: 50px 0 40px 0;
  }
  .i1-box .zjck{
    height: 600px;
  }
  .i2Ct .box .left{
    width: 540px;
    height: 380px;
  }
  .i2Ct .box .right{
    width: calc(100% - 540px - 50px);
  }
  .i2Ct .box .right .row .time h3{
    font-size: 30px;
  }
  .i2Ct .box .right .row{
    padding: 13px 25px;
  }
  .zysz-list li a .zs{
    height: 230px;
  }
  .i4Ct .box .sz-swiper a{
    height: 430px;
  }
  .i4Ct .box .sz-swiper a img{
    height: 300px;
  }
  .i5-box .box{
    height: 600px;
  }
  .i5-box .box .item .mr{
    bottom: 75px;
  }
  .i5-box .box .item .zk{
    left: 100px;
  }
  .i5-box .box .item.active .zk{
    top: 150px;
  }
  .i5-box .i5-title h3{
    font-size: 28px;
  }
  .i6-box .ct h3{
    font-size: 28px;
  }
  .banner{
    height: 380px;
  }
  .banner .ct .title h3{
    font-size: 28px;
  }
  .banner .ct .nav{
    margin-top: 50px;
  }
  .pb-title h3{
    font-size: 28px;
  }
  .coo2Ct .content .rq .left{
    width: 530px;
  }
  .coo2Ct .content .rq .right{
    width: calc(100% - 530px - 20px);
  }
  .coo2Ct .content .rq{
    height: 380px;
  }
  .cam-list li{
    height: 180px;
  }
  .a1Ct .top .right{
    width: 550px;
  }
  .a1Ct .top .left{
    width: calc(100% - 550px - 45px);
  }
  .a1Ct .bottom .left{
    width: 550px;
    height: 320px;
  }
  .a1Ct .bottom .right{
    width: calc(100% - 550px - 45px);
  }
  .a1Ct .bottom{
    margin-top: 80px;
  }
  .a1Ct .top .left .txt p:not(:first-of-type),
  .a1Ct .bottom .right p:not(:first-of-type){
    margin-top: 20px;
  }
  .news-list li a .left{
    width: calc(100% - 60px - 180px);
  }
  .news-list li:hover>a .left{
    transform: translateX(30px);
  }
  .ndCt .right{
    width: calc(280px - 28px);
  }
  .ndCt .right .title h3{
    font-size: 16px;
  }
  .ndCt .left{
    width: calc(100% - 280px - 50px);
  }
  .conCt .container .mapbox{
    width: 600px;
    height: 360px;
  }
  .conCt .container .left{
    width: calc(100% - 600px - 50px);
  }
  .conCt .container .left .iconb .icon{
    margin-right: 23px;
  }
  .teacher-list li a img{
    height: 300px;
  }
  .teacher-list li a{
    height: 430px;
  }
  .f-box .ct .bottom .flogo img{
    width: 150px;
  }
  .f-box .ct .bottom .lx h3{
    font-size: 18px;
  }
  .f-box .ct .bottom .lx .rq .row p{
    font-size: 14px;
  }
  .f-box .ct .bottom .qrbox .qr{
    width: 112px;
  }
  .f-box .ct .bottom .qrbox .qr:not(:first-of-type){
    margin-left: 23px;
  }
  .f-box .ct .bottom .line{
    height: 170px;
  }
  .f-box .ct .top p, .f-box .ct .top a{
    font-size: 14px;
  }
  .f-box .lct a{
    font-size: 14px;
  }
}
@media only screen and (max-width:1300px) {
  .header-box .ct .logo img{
    width: 201px;
  }
}
